home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 055a.dms / 055a.adf / ARTS / letters.asc < prev    next >
Text File  |  1992-02-26  |  4KB  |  89 lines

  1. Dear AZ,
  2.     
  3. OD FRIBBLECHOPS
  4.  
  5. I wouldn't mention this except that as I'm not an AZ editor, and I don't
  6. have all the AZ stuff, I thought I might have a legitimate claim on the 
  7. goodies! (If I'm quick enough that is), and I must say that the Supp. Disk
  8. #1 looks very tempting. (OD FRIBBLECHOPS was the password to the hidden
  9. prize in issue 2, hidden in the LIBS drawer)
  10.  
  11. Now I might be the nosey sort who goes looking in Libs directories just in
  12. case, but I don't expect something for nothing, and on this disk you can
  13. find the first two articles on structured program design, all neatly
  14. formatted, paginated and colour coded. Hope you like them.
  15.  
  16. Part 1 is imaginatively entitled Structure.Asc, and Part 2 continues this
  17. theme as Data_Structure.Asc, a moving tale of passion...
  18. In the articles I mention a program that will be designed as a part of the
  19. series; the following chain of events that led me to a program choice...
  20.  
  21. Zed - The F1 Amoszine Text Editor (snappy title huh?)
  22.  
  23. [1] I started off by thinking about a little text filter program (probably
  24. using C - oops sorry) that would take a text file and make sure that all the
  25. lines used your tab and margin settings (then I wouldn't have to worry about
  26. Transwrite Jr. putting long lines in the text - it was word-wrapping).
  27.  
  28. [2] I got hold of a modem and the comms software came with a full screen
  29. editor using coloured text, but only one pageful.
  30.  
  31. [3] When I proof-read the disk I came across your instructions for inserting
  32. colour control codes in text files.
  33.  
  34. [4] My Pascal assignment at college was to design a text formatting program
  35. to print text with user selectable margins and line lengths with embedded
  36. control codes.
  37.  
  38. [5] There was a succession of impressive thunder storms.
  39.  
  40. Now I can take a hint; the great thunder-god Amos was obviously more than a
  41. little put-out about my original choice of language, so to make ammends I
  42. figured I should spread a little happiness and provide a program that will
  43. enable the readers to produce text files in the Amoszine format while
  44. viewing those files as they would appear in the mag.
  45. OK., that's enough waffle, here's the program spec.
  46.  
  47. Program specification for Zed - The F1 Amoszine Text Editor:
  48. ============================================================
  49.  
  50. This program will allow the user to edit text files while they are viewed as
  51. they would appear within the Amoszine magazine.
  52.  
  53. The program will make use of standard drop-down menus, a toolbar and keyboard
  54. shortcuts to access the following options (in no particular order):
  55.  
  56.     Fade on/off
  57.     Select text colours
  58.     Text justify left/centre
  59.     File load/save/new
  60.     Insert/overwrite select
  61.     
  62. The program will also provide for full screen editing. This in combination
  63. with overwrite mode will allow the user to easily create logos and titles.
  64.  
  65. The program will be designed in such a way that extra features may be added
  66. as program 'modules' with little, or preferably no modification being
  67. necessary to the main program.
  68.  
  69. The program will accept as input, and save as output, standard ASCII text.
  70.  
  71.  
  72. The design for this program is complete, and will be incorporated
  73. into the articles after some basic ground work has been covered.
  74.  
  75. As the program progresses to source code, this could be included on the
  76. disk - if most of the readers use the final program it could help save you
  77. some time formatting the text files; what a wonderful prog!
  78.  
  79. My ambition here is for you to be able to tell AZ readers hand on heart that
  80. Zed is THE text editor to use for contributing, and it'll be FREE!
  81.  
  82. Well, that's it for now. Ta ta
  83.  
  84. P.S. There are a couple of routines in the Source directory for Pro
  85. using Interface.
  86.  
  87. Steve Pullinger (AZ Proof reader)
  88.  
  89.